home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / SICL / Windows 2000 / agtgpib.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-03-02  |  7.9 KB  |  316 lines

  1. [Version]
  2. Signature=$Windows NT$
  3. Class="GPIB Interfaces"
  4. ClassGuid={135fe382-bee3-11d3-98dd-00108301db4c}
  5. Provider=%Agilent%
  6. DriverVer=11/17/2000,74.2.0.1
  7.  
  8. [SourceDisksNames]
  9. 1=%Floppy_Description%,,
  10.  
  11. [SourceDisksFiles]
  12. agt82350.sys=1
  13. agtgpibclass.dll=1
  14. agtgpib.inf=1
  15.  
  16. [DestinationDirs]
  17. *agtgpibclass.dll=11
  18. 82350gpib.copyfiles=12
  19.  
  20.  
  21. [Strings]
  22. Agilent="Agilent Technologies"
  23. Floppy_Description="I/O Libraries"
  24. GPIBClassName="GPIB Interfaces"
  25. SERVICE_KERNEL_DRIVER=1
  26. SERVICE_DEMAND_START=3
  27. SERVICE_ERROR_NORMAL=1
  28. ; List all Agilent GPIB cards here...
  29. Agilent.DeviceDesc1="Agilent Technologies 82341 GPIB (250)"
  30. Agilent.DeviceDesc2="Agilent Technologies 82341 GPIB (270)"
  31. Agilent.DeviceDesc3="Agilent Technologies 82341 GPIB (350)"
  32. Agilent.DeviceDesc4="Agilent Technologies 82341 GPIB (370)"
  33. Agilent.DeviceDesc5="Agilent Technologies 82341 GPIB (220)"
  34. Agilent.DeviceDesc6="Agilent Technologies 82341 GPIB (280)"
  35. Agilent.DeviceDesc7="Agilent Technologies 82341 GPIB (390)"
  36. Agilent.DeviceDesc8="Agilent Technologies 82341 GPIB (380)"
  37. Agilent.DeviceDesc9="Agilent Technologies 82350 PCI GPIB"
  38.  
  39.  
  40.  
  41.  
  42. ;====================  Class Sections  ===========================
  43.  
  44. ;  -----------------  the NT section (Windows 2000) ----------
  45. [ClassInstall32]
  46. CopyFiles=*agtgpibclass.dll
  47. AddReg=GPIBClass.addreg32
  48.  
  49. [GPIBClass.addreg32]
  50. HKR,,Installer32,,agtgpibclass.dll,ClassInstall
  51. HKR,,Icon,,101
  52. HKR,,,,%GPIBClassName%
  53.  
  54. [*agtgpibclass.dll]
  55. agtgpibclass.dll
  56.  
  57. ;====================  Table of Contents  ========================
  58.  
  59. [Manufacturer]
  60. %Agilent%=AgilentTechnologies
  61.  
  62. [AgilentTechnologies]
  63. %Agilent.DeviceDesc1%=*HWP14E0gpib_250,*HWP14E0_250
  64. %Agilent.DeviceDesc2%=*HWP14E0gpib_270,*HWP14E0_270
  65. %Agilent.DeviceDesc3%=*HWP14E0gpib_350,*HWP14E0_350
  66. %Agilent.DeviceDesc4%=*HWP14E0gpib_370,*HWP14E0_370
  67. %Agilent.DeviceDesc5%=*HWP14E0gpib_220,*HWP14E0_220
  68. %Agilent.DeviceDesc6%=*HWP14E0gpib_280,*HWP14E0_280
  69. %Agilent.DeviceDesc7%=*HWP14E0gpib_390,*HWP14E0_390
  70. %Agilent.DeviceDesc8%=*HWP14E0gpib_380,*HWP14E0_380
  71. %Agilent.DeviceDesc9%=82350gpib,PCI\VEN_10B5&DEV_9050
  72.  
  73.  
  74. ;====================  82341C GPIB card  =========================
  75.  
  76. ;    -------  base I/O port address 250  ------------
  77.  
  78. [*HWP14E0gpib_250.NT]
  79. AddReg=*HWP14E0_250.reg
  80. LogConfig=*HWP14E0_250.LogConfig
  81.  
  82. [*HWP14E0_250.reg]
  83. HKR,,DeviceID,0,*HWP14E0_250
  84. HKR,,DevLoader,,*ntkern
  85. HKR,,NTMPDriver,,agt82341.sys
  86.  
  87. [*HWP14E0_250.LogConfig]
  88. ConfigPriority=NORMAL
  89. IOConfig=250-257(fff:400:)
  90. IRQConfig=3,5,7,9,10,11,12,15
  91.  
  92. [*HWP14E0gpib_250.NT.Services]
  93. AddService=agt82341, 0x00000002, 82341gpib_250.ServiceInstall
  94.  
  95. [82341gpib_250.ServiceInstall]
  96. DisplayName=%Agilent.DeviceDesc1%
  97. ServiceType=%SERVICE_KERNEL_DRIVER%
  98. StartType=%SERVICE_DEMAND_START%
  99. ErrorControl=%SERVICE_ERROR_NORMAL%
  100. ServiceBinary=%12%\agt82341.sys
  101.  
  102.  
  103. ;    -------  base I/O port address 270  ------------
  104.  
  105. [*HWP14E0gpib_270.NT]
  106. AddReg=*HWP14E0_270.reg
  107. LogConfig=*HWP14E0_270.LogConfig
  108.  
  109. [*HWP14E0_270.reg]
  110. HKR,,DeviceID,0,*HWP14E0_270
  111. HKR,,DevLoader,,*ntkern
  112. HKR,,NTMPDriver,,agt82341.sys
  113.  
  114. [*HWP14E0_270.LogConfig]
  115. ConfigPriority=NORMAL
  116. IOConfig=270-277(fff:400:)
  117. IRQConfig=3,5,7,9,10,11,12,15
  118.  
  119. [*HWP14E0gpib_270.NT.Services]
  120. AddService=agt82341, 0x00000002, 82341gpib_270.ServiceInstall
  121.  
  122. [82341gpib_270.ServiceInstall]
  123. DisplayName=%Agilent.DeviceDesc2%
  124. ServiceType=%SERVICE_KERNEL_DRIVER%
  125. StartType=%SERVICE_DEMAND_START%
  126. ErrorControl=%SERVICE_ERROR_NORMAL%
  127. ServiceBinary=%12%\agt82341.sys
  128.  
  129.  
  130. ;    -------  base I/O port address 350  ------------
  131.  
  132. [*HWP14E0gpib_350.NT]
  133. AddReg=*HWP14E0_350.reg
  134. LogConfig=*HWP14E0_350.LogConfig
  135.  
  136. [*HWP14E0_350.reg]
  137. HKR,,DeviceID,0,*HWP14E0_350
  138. HKR,,DevLoader,,*ntkern
  139. HKR,,NTMPDriver,,agt82341.sys
  140.  
  141. [*HWP14E0_350.LogConfig]
  142. ConfigPriority=NORMAL
  143. IOConfig=350-357(fff:400:)
  144. IRQConfig=3,5,7,9,10,11,12,15
  145.  
  146. [*HWP14E0gpib_350.NT.Services]
  147. AddService=agt82341, 0x00000002, 82341gpib_350.ServiceInstall
  148.  
  149. [82341gpib_350.ServiceInstall]
  150. DisplayName=%Agilent.DeviceDesc3%
  151. ServiceType=%SERVICE_KERNEL_DRIVER%
  152. StartType=%SERVICE_DEMAND_START%
  153. ErrorControl=%SERVICE_ERROR_NORMAL%
  154. ServiceBinary=%12%\agt82341.sys
  155.  
  156.  
  157. ;    -------  base I/O port address 370  ------------
  158.  
  159. [*HWP14E0gpib_370.NT]
  160. AddReg=*HWP14E0_370.reg
  161. LogConfig=*HWP14E0_370.LogConfig
  162.  
  163. [*HWP14E0_370.reg]
  164. HKR,,DeviceID,0,*HWP14E0_370
  165. HKR,,DevLoader,,*ntkern
  166. HKR,,NTMPDriver,,agt82341.sys
  167.  
  168. [*HWP14E0_370.LogConfig]
  169. ConfigPriority=NORMAL
  170. IOConfig=370-377(fff:400:)
  171. IRQConfig=3,5,7,9,10,11,12,15
  172.  
  173. [*HWP14E0gpib_370.NT.Services]
  174. AddService=agt82341, 0x00000002, 82341gpib_370.ServiceInstall
  175.  
  176. [82341gpib_370.ServiceInstall]
  177. DisplayName=%Agilent.DeviceDesc4%
  178. ServiceType=%SERVICE_KERNEL_DRIVER%
  179. StartType=%SERVICE_DEMAND_START%
  180. ErrorControl=%SERVICE_ERROR_NORMAL%
  181. ServiceBinary=%12%\agt82341.sys
  182.  
  183.  
  184. ;    -------  base I/O port address 220  ------------
  185.  
  186. [*HWP14E0gpib_220.NT]
  187. AddReg=*HWP14E0_220.reg
  188. LogConfig=*HWP14E0_220.LogConfig
  189.  
  190. [*HWP14E0_220.reg]
  191. HKR,,DeviceID,0,*HWP14E0_220
  192. HKR,,DevLoader,,*ntkern
  193. HKR,,NTMPDriver,,agt82341.sys
  194.  
  195. [*HWP14E0_220.LogConfig]
  196. ConfigPriority=NORMAL
  197. IOConfig=220-227(fff:400:)
  198. IRQConfig=3,5,7,9,10,11,12,15
  199.  
  200. [*HWP14E0gpib_220.NT.Services]
  201. AddService=agt82341, 0x00000002, 82341gpib_220.ServiceInstall
  202.  
  203. [82341gpib_220.ServiceInstall]
  204. DisplayName=%Agilent.DeviceDesc5%
  205. ServiceType=%SERVICE_KERNEL_DRIVER%
  206. StartType=%SERVICE_DEMAND_START%
  207. ErrorControl=%SERVICE_ERROR_NORMAL%
  208. ServiceBinary=%12%\agt82341.sys
  209.  
  210.  
  211. ;    -------  base I/O port address 280  ------------
  212.  
  213. [*HWP14E0gpib_280.NT]
  214. AddReg=*HWP14E0_280.reg
  215. LogConfig=*HWP14E0_280.LogConfig
  216.  
  217. [*HWP14E0_280.reg]
  218. HKR,,DeviceID,0,*HWP14E0_280
  219. HKR,,DevLoader,,*ntkern
  220. HKR,,NTMPDriver,,agt82341.sys
  221.  
  222. [*HWP14E0_280.LogConfig]
  223. ConfigPriority=NORMAL
  224. IOConfig=280-287(fff:400:)
  225. IRQConfig=3,5,7,9,10,11,12,15
  226.  
  227. [*HWP14E0gpib_280.NT.Services]
  228. AddService=agt82341, 0x00000002, 82341gpib_280.ServiceInstall
  229.  
  230. [82341gpib_280.ServiceInstall]
  231. DisplayName=%Agilent.DeviceDesc6%
  232. ServiceType=%SERVICE_KERNEL_DRIVER%
  233. StartType=%SERVICE_DEMAND_START%
  234. ErrorControl=%SERVICE_ERROR_NORMAL%
  235. ServiceBinary=%12%\agt82341.sys
  236.  
  237.  
  238. ;    -------  base I/O port address 390  ------------
  239.  
  240. [*HWP14E0gpib_390.NT]
  241. AddReg=*HWP14E0_390.reg
  242. LogConfig=*HWP14E0_390.LogConfig
  243.  
  244. [*HWP14E0_390.reg]
  245. HKR,,DeviceID,0,*HWP14E0_390
  246. HKR,,DevLoader,,*ntkern
  247. HKR,,NTMPDriver,,agt82341.sys
  248.  
  249. [*HWP14E0_390.LogConfig]
  250. ConfigPriority=NORMAL
  251. IOConfig=390-397(fff:400:)
  252. IRQConfig=3,5,7,9,10,11,12,15
  253.  
  254. [*HWP14E0gpib_390.NT.Services]
  255. AddService=agt82341, 0x00000002, 82341gpib_390.ServiceInstall
  256.  
  257. [82341gpib_390.ServiceInstall]
  258. DisplayName=%Agilent.DeviceDesc7%
  259. ServiceType=%SERVICE_KERNEL_DRIVER%
  260. StartType=%SERVICE_DEMAND_START%
  261. ErrorControl=%SERVICE_ERROR_NORMAL%
  262. ServiceBinary=%12%\agt82341.sys
  263.  
  264.  
  265. ;    -------  base I/O port address 380  ------------
  266.  
  267. [*HWP14E0gpib_380.NT]
  268. AddReg=*HWP14E0_380.reg
  269. LogConfig=*HWP14E0_380.LogConfig
  270.  
  271. [*HWP14E0_380.reg]
  272. HKR,,DeviceID,0,*HWP14E0_380
  273. HKR,,DevLoader,,*ntkern
  274. HKR,,NTMPDriver,,agt82341.sys
  275.  
  276. [*HWP14E0_380.LogConfig]
  277. ConfigPriority=NORMAL
  278. IOConfig=380-387(fff:400:)
  279. IRQConfig=3,5,7,9,10,11,12,15
  280.  
  281. [*HWP14E0gpib_380.NT.Services]
  282. AddService=agt82341, 0x00000002, 82341gpib_380.ServiceInstall
  283.  
  284. [82341gpib_380.ServiceInstall]
  285. DisplayName=%Agilent.DeviceDesc8%
  286. ServiceType=%SERVICE_KERNEL_DRIVER%
  287. StartType=%SERVICE_DEMAND_START%
  288. ErrorControl=%SERVICE_ERROR_NORMAL%
  289. ServiceBinary=%12%\agt82341.sys
  290.  
  291.  
  292. ;====================  82350 GPIB card  ==========================
  293.  
  294. ;      ---- the NT section (windows 2000)  ----
  295.  
  296. [82350gpib.NT]
  297. AddReg=82350gpib.addreg
  298. CopyFiles=82350gpib.copyfiles
  299.  
  300. [82350gpib.copyfiles]
  301. agt82350.sys
  302.  
  303. [82350gpib.addreg]
  304. HKR,,DevLoader,,*ntkern
  305. HKR,,NTMPDriver,,agt82350.sys
  306.  
  307. [82350gpib.NT.Services]
  308. AddService=agt82350, 0x00000002, 82350gpib.ServiceInstall
  309.  
  310. [82350gpib.ServiceInstall]
  311. DisplayName=%Agilent.DeviceDesc9%
  312. ServiceType=%SERVICE_KERNEL_DRIVER%
  313. StartType=%SERVICE_DEMAND_START%
  314. ErrorControl=%SERVICE_ERROR_NORMAL%
  315. ServiceBinary=%12%\agt82350.sys
  316.